Class: Product::TextCreation::Resources::General::Wizards::Story::Steps::SetupTasksPresenter

Inherits:
Presenter
  • Object
show all
Defined in:
app/presenters/product/text_creation/resources/general/wizards/story/steps/setup_tasks_presenter.rb

Instance Method Summary collapse

Instance Method Details

#form_optionsObject



9
10
11
# File 'app/presenters/product/text_creation/resources/general/wizards/story/steps/setup_tasks_presenter.rb', line 9

def form_options
  { html: {class: 'floating_form form-vertical'}, url: story_path(resource), as: :story }
end