Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Methods & Sources link #41

Merged
merged 1 commit into from
May 20, 2017
Merged

Add Methods & Sources link #41

merged 1 commit into from
May 20, 2017

Conversation

jaydorsey
Copy link

Use the public folder, since this is a static asset. Doesn't need to be
served thru the controller. Removed extraneous routes that were unused.
Moved the user manual into the public folder too

Supports #40

Use the public folder, since this is a static asset. Doesn't need to be
served thru the controller. Removed extraneous routes that were unused.
Moved the user manual into the public folder too
@@ -9,8 +9,7 @@
get 'calculator' => 'workflows#new'

# Static pages
get 'about/' => 'static_pages#about'
get 'guide/' => 'static_pages#guide'
get 'about' => 'static_pages#about'

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.

@jaydorsey jaydorsey merged commit 3004be3 into master May 20, 2017
@jaydorsey jaydorsey deleted the 40/methods_pdf_link branch May 20, 2017 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants