module Railjet::Form

Public Class Methods

new(attributes = {}) click to toggle source
Calls superclass method
# File lib/railjet/form.rb, line 9
def initialize(attributes = {})
  super(attributes.respond_to?(:to_unsafe_h) ? attributes.to_unsafe_h : attributes)
end