Class: Aranha::StartPointsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/aranha/start_points_controller.rb

Instance Method Summary collapse

Instance Method Details

#configure_processor_class_optionsObject



11
12
13
14
# File 'app/controllers/aranha/start_points_controller.rb', line 11

def configure_processor_class_options
  active_scaffold_config.columns[:processor_class].options =
    { options: ::Aranha::StartPoint.processor_class_options }
end