diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 81a0e52..aa6dde1 100755 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1,4 +1,3 @@ -require class UsersController < ApplicationController skip_before_filter :has_info @@ -76,4 +75,4 @@ class UsersController < ApplicationController "#{id}~#{hash}" end -end \ No newline at end of file +end diff --git a/app/views/users/forgot_password.html.erb b/app/views/users/forgot_password.html.erb index 061181b..034add2 100644 --- a/app/views/users/forgot_password.html.erb +++ b/app/views/users/forgot_password.html.erb @@ -8,7 +8,7 @@ <%= form_tag "forgot_password", :class=> "signup-wrapper" do %>
Fill out the form below to reset your email.