diff options
author | Johannes Becker <jb@jbecker.it> | 2013-09-25 01:09:33 +0200 |
---|---|---|
committer | Johannes Becker <jb@jbecker.it> | 2013-09-25 01:09:33 +0200 |
commit | 435a5ff8a1774c6feb2a683371ada0804318af11 (patch) | |
tree | 741ae6cc7dfa679119965af81fea7c1f5fa8d6a5 | |
parent | 35597f61aabc613e8b64c8f8e66999f8f3b3a8a6 (diff) | |
download | gitlab-ce-435a5ff8a1774c6feb2a683371ada0804318af11.tar.gz |
Remove not needed attr_accessible
-rw-r--r-- | app/models/pivotaltracker_service.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/pivotaltracker_service.rb b/app/models/pivotaltracker_service.rb index eb7ea5f2113..4efdafa9791 100644 --- a/app/models/pivotaltracker_service.rb +++ b/app/models/pivotaltracker_service.rb @@ -15,8 +15,6 @@ class PivotaltrackerService < Service include HTTParty - attr_accessible :subdomain, :room - validates :token, presence: true, if: :activated? def title |