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