Commit 435a5ff8a1774c6feb2a683371ada0804318af11

Authored by Johannes Becker
1 parent 35597f61

Remove not needed attr_accessible

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/models/pivotaltracker_service.rb
... ... @@ -15,8 +15,6 @@
15 15 class PivotaltrackerService < Service
16 16 include HTTParty
17 17  
18   - attr_accessible :subdomain, :room
19   -
20 18 validates :token, presence: true, if: :activated?
21 19  
22 20 def title
... ...