volontariat/voluntary

View on GitHub
app/presenters/resources/general/wizards/story/steps/setup_tasks_presenter.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Resources::General::Wizards::Story::Steps::SetupTasksPresenter < Presenter
  def form_options
    { html: {class: 'form-horizontal'}, url: story_path(resource), as: :story }
  end
end