* Add User model * Add SessionsController * Add password authentication on User * Request authentication for all actions except sign in * Add some helpers for ApplicationController * Update features to work with mandatory authentication
3 lines
39 B
Ruby
3 lines
39 B
Ruby
class Session < ActiveRecord::Base
|
|
end
|