Method: Exposure::Configuration::Options#allow_formats!

Defined in:
lib/exposure/options.rb

#allow_formats!Object



16
17
18
# File 'lib/exposure/options.rb', line 16

def allow_formats!
  formats = @_exposed_resource_options[:formats] || [:html, :xml] 
end