Class: GfreshPoint::Repository::Balance
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- GfreshPoint::Repository::Balance
- Defined in:
- lib/gfresh_point/repository/active_record_repo.rb
Instance Method Summary collapse
Instance Method Details
#do_after_create_callback ⇒ Object
69 70 71 72 73 |
# File 'lib/gfresh_point/repository/active_record_repo.rb', line 69 def do_after_create_callback # puts "dddd" # binding.pry GfreshPoint::Client.do_after_create_callback(self) end |