Skip to content

Instantly share code, notes, and snippets.

@parkr
Created June 28, 2012 21:36
Show Gist options
  • Save parkr/3014087 to your computer and use it in GitHub Desktop.
Save parkr/3014087 to your computer and use it in GitHub Desktop.
Devise Config: IH
class ApplicationController < ActionController::Base
...
before_filter :authenticate_user!, :except => [ :options ]
...
end
public/app/index.html
public/app/assets/app.css
public/app/assets/app.js
# Inside Application.routes.draw block
devise_for :users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment