Module: ActiveSupport::CoreExtensions::Array::Conversions

Defined in:
lib/ruboss_on_ruby/active_foo.rb

Instance Method Summary collapse

Instance Method Details

#to_fxml(options = {}) ⇒ Object



31
32
33
34
# File 'lib/ruboss_on_ruby/active_foo.rb', line 31

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