Remove not needed attr_accessible

This commit is contained in:
Johannes Becker
2013-09-25 01:09:33 +02:00
parent 35597f61aa
commit 435a5ff8a1
-2
View File
@@ -15,8 +15,6 @@
class PivotaltrackerService < Service
include HTTParty
attr_accessible :subdomain, :room
validates :token, presence: true, if: :activated?
def title