diff options
-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 |