Skip to content

Commit cbc4db0

Browse files
committed
remove an uncompitable rails4
1 parent 5c62586 commit cbc4db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gcm_on_rails/app/models/gcm/device.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Gcm::Device < Gcm::Base
1212
self.table_name = "gcm_devices"
1313

14-
attr_accessible :registration_id
14+
# attr_accessible :registration_id
1515

1616
has_many :notifications, :class_name => 'Gcm::Notification', :dependent => :destroy
1717
validates_presence_of :registration_id

0 commit comments

Comments
 (0)