Skip to content

Instantly share code, notes, and snippets.

@lscott3
Created May 17, 2012 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lscott3/2715611 to your computer and use it in GitHub Desktop.
Save lscott3/2715611 to your computer and use it in GitHub Desktop.
Example
class UserSessionsController < ApplicationController
def new
@user_session = current_account.user_sessions.build
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment