Class: FinePrint::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/fine_print/configuration.rb

Constant Summary collapse

ENGINE_OPTIONS =

Can be set in initializer only

[
  :helpers,
  :layout,
  :authenticate_user_proc,
  :authenticate_manager_proc,
  :current_user_proc,
  :contract_published_proc
]
CONTROLLER_OPTIONS =

Can be set in initializer or passed as an argument to FinePrint controller methods

[
  :redirect_to_contracts_proc
]