Home

Pages Classes Methods

    Pages

    • application.js
    • application.scss
    • pages_controller.rb.example
    • application.html.haml
    • start.html.haml.example
    • error_messages.html.haml.example
    • step.html.haml.example
    • journea_tasks.rake
    • if @step.errors.any? .error-summary

      .heading-medium.error-summary-heading
        There #{'is'.pluralize(@step.errors.count)} #{pluralize(@step.errors.count, "error")} with the information you've provided.
      %ul.error-summary-list
        - @step.errors.messages.each do |element, message|
          = link_to_input_with_error(element, message)

    Validate

    Generated by RDoc 6.3.2.

    Based on Darkfish by Michael Granger.