Module: Resourcerer::Strategies::AssignFromMethod

Includes:
AssignAttributes
Included in:
StrongParametersStrategy
Defined in:
lib/resourcerer/strategies/assign_from_method.rb

Instance Method Summary collapse

Methods included from AssignAttributes

#assign_attributes, #assign_attributes?, #resource, #resource_params

Instance Method Details

#attributesObject



8
9
10
# File 'lib/resourcerer/strategies/assign_from_method.rb', line 8

def attributes
  super || attributes_from_method
end