Commit 435a5ff8a1774c6feb2a683371ada0804318af11
1 parent
35597f61
Exists in
master
and in
4 other branches
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,8 +15,6 @@ | ||
15 | class PivotaltrackerService < Service | 15 | class PivotaltrackerService < Service |
16 | include HTTParty | 16 | include HTTParty |
17 | 17 | ||
18 | - attr_accessible :subdomain, :room | ||
19 | - | ||
20 | validates :token, presence: true, if: :activated? | 18 | validates :token, presence: true, if: :activated? |
21 | 19 | ||
22 | def title | 20 | def title |