Class: PushSubscription

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/push_subscription.rb

Instance Method Summary collapse

Instance Method Details

#parsed_dataObject



6
7
8
# File 'app/models/push_subscription.rb', line 6

def parsed_data
  JSON.parse(data)
end