Created
June 28, 2012 21:36
-
-
Save parkr/3014087 to your computer and use it in GitHub Desktop.
Devise Config: IH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ApplicationController < ActionController::Base | |
| ... | |
| before_filter :authenticate_user!, :except => [ :options ] | |
| ... | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public/app/index.html | |
| public/app/assets/app.css | |
| public/app/assets/app.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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