Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Initial workflow pages #4

Closed
wants to merge 2 commits into from
Closed

Initial workflow pages #4

wants to merge 2 commits into from

Conversation

JPrevost
Copy link
Member

This initial commit includes view support for the following form
elements:

  • form
  • input type="text”
  • fieldset
  • submit

Support for additional form elements is forthcoming.

This initial commit includes view support for the following form
elements:
- <form>
- <input type="text”>
- <fieldset>
- <submit>

Support for additional form elements is forthcoming.
@@ -3,6 +3,7 @@
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
require 'minitest/rails/capybara'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@JPrevost
Copy link
Member Author

lol. automated code review sounds great... but that's the exact opposite quoting rule than I want.

@@ -8,6 +8,9 @@
delete 'sign_out', to: 'devise/sessions#destroy', as: :destroy_user_session
end

resources :workflows, only: :show
post '/workflows/submit/:id', to: 'workflows#form_submit', as: 'workflow_submit'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long. [83/80]
Trailing whitespace detected.

@JPrevost JPrevost closed this Oct 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants