Methods
M
S
Attributes
[R] to_key
Instance Public methods
model_name()
# File actionview/test/lib/controller/fake_models.rb, line 193
def model_name
  OpenStruct.new param_key: 'airplane'
end
save()
# File actionview/test/lib/controller/fake_models.rb, line 197
def save
  @to_key = [1]
end