Module: CollectionJson::Rails::Render

Defined in:
lib/collection_json_rails/action_controller/render.rb

Instance Method Summary collapse

Instance Method Details

#render(options = {}) ⇒ Object



4
5
6
# File 'lib/collection_json_rails/action_controller/render.rb', line 4

def render(options = {})
  super options_for_render(options)
end