method
    
    objectify_options
 
  objectify_options(options)
  private
  
    Hide source    
    
      
  
# File actionpack/lib/action_view/helpers/form_helper.rb, line 1406 def objectify_options(options) @default_options.merge(options.merge(:object => @object)) end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
   
    
     
   = protected
 = protected
  