Module: ActiveSupport::CoreExtensions::Hash::Conversions

Defined in:
lib/ruboss_on_ruby/active_foo.rb

Instance Method Summary collapse

Instance Method Details

#to_fxml(options = {}) ⇒ Object



23
24
25
26
# File 'lib/ruboss_on_ruby/active_foo.rb', line 23

def to_fxml(options = {})
  options.merge!(:dasherize => false)
  to_xml(options)
end