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
11
12
13
|
# File 'app/decorators/rails_workflow/process_template_decorator.rb', line 11
def default_class
RailsWorkflow.config.process_class
end
|
#default_manager ⇒ Object
15
16
17
|
# File 'app/decorators/rails_workflow/process_template_decorator.rb', line 15
def default_manager
RailsWorkflow.config.manager_class
end
|
#default_type ⇒ Object
19
20
21
|
# File 'app/decorators/rails_workflow/process_template_decorator.rb', line 19
def default_type
RailsWorkflow.config.process_template_type
end
|
7
8
9
|
# File 'app/decorators/rails_workflow/process_template_decorator.rb', line 7
def form
'form'
end
|