Module: Railsful::Serializable
- Defined in:
- lib/railsful/serializable.rb
Instance Method Summary collapse
Instance Method Details
#fast_jsonapi_options(options) ⇒ Object
9 10 11 |
# File 'lib/railsful/serializable.rb', line 9 def () Serializer.new(self).render() end |
#render(options = nil, extra_options = {}, &block) ⇒ Object
5 6 7 |
# File 'lib/railsful/serializable.rb', line 5 def render( = nil, = {}, &block) super((), , &block) end |