Class: Dscf::Credit::ScoringTableParametersController

Inherits:
ApplicationController
  • Object
show all
Includes:
Dscf::Core::Common
Defined in:
app/controllers/dscf/credit/scoring_table_parameters_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



5
6
7
8
9
10
11
# File 'app/controllers/dscf/credit/scoring_table_parameters_controller.rb', line 5

def create
  super do
    scoring_table_param = @clazz.new(model_params)
    scoring_table_param.created_by = current_user
    scoring_table_param
  end
end