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

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

Instance Method Summary collapse

Instance Method Details

#form_optionsObject



2
3
4
# File 'app/presenters/resources/general/wizards/story/steps/setup_tasks_presenter.rb', line 2

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