Method: Rails::Generators::ActiveModel#save

Defined in:
lib/rails/generators/active_model.rb

#saveObject

POST create



57
58
59
# File 'lib/rails/generators/active_model.rb', line 57

def save
  "#{name}.save"
end