Module: SimpleCrudify::CrudActions::New Private

Defined in:
lib/simple_crudify/crud_actions.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0

Instance Method Summary collapse

Instance Method Details

#newObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0



26
27
28
29
30
# File 'lib/simple_crudify/crud_actions.rb', line 26

def new
  @resource = model_klass.new

  render template_path
end