Class: PushSubscription
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- PushSubscription
- Defined in:
- app/models/push_subscription.rb
Instance Method Summary collapse
Instance Method Details
#parsed_data ⇒ Object
6 7 8 |
# File 'app/models/push_subscription.rb', line 6 def parsed_data JSON.parse(data) end |