Class: RailsWorkflow::ProcessTemplateDecorator
- Inherits:
-
Decorator
- Object
- Draper::Decorator
- Decorator
- RailsWorkflow::ProcessTemplateDecorator
show all
- Defined in:
- app/decorators/rails_workflow/process_template_decorator.rb
Instance Method Summary
collapse
Methods inherited from Decorator
collection_decorator_class
Instance Method Details
#default_class ⇒ Object
9
10
11
|
# File 'app/decorators/rails_workflow/process_template_decorator.rb', line 9
def default_class
RailsWorkflow.config.process_class
end
|
#default_manager ⇒ Object
13
14
15
|
# File 'app/decorators/rails_workflow/process_template_decorator.rb', line 13
def default_manager
RailsWorkflow.config.manager_class
end
|
#default_type ⇒ Object
17
18
19
|
# File 'app/decorators/rails_workflow/process_template_decorator.rb', line 17
def default_type
RailsWorkflow.config.process_template_type
end
|
5
6
7
|
# File 'app/decorators/rails_workflow/process_template_decorator.rb', line 5
def form
'form'
end
|