Skip to content

Instantly share code, notes, and snippets.

@balvig
Created October 30, 2019 02:49
Show Gist options
  • Save balvig/a25c7cd88b3b1f22b2f3bdda9019fc23 to your computer and use it in GitHub Desktop.
Save balvig/a25c7cd88b3b1f22b2f3bdda9019fc23 to your computer and use it in GitHub Desktop.
<!-- layouts/application.html.erb -->
<%= link_to "Get Started", new_authentication_path %>
class AuthenticationsController < ApplicationController
def new
end
end
<!-- authentications/new.html.erb -->
<% form_for authentications_path do |f| %>
<!-- Form markup -->
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment