added a correct registration page
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
class SessionsController < ApplicationController
|
||||
|
||||
skip_before_filter :authenticated, :only => [:new]
|
||||
skip_before_filter :authenticated, :only => [:new, :create]
|
||||
|
||||
def new
|
||||
end
|
||||
|
||||
def create
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user