diff --git a/app/models/pivotaltracker_service.rb b/app/models/pivotaltracker_service.rb index eb7ea5f..4efdafa 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 -- libgit2 0.21.2