preference stuff
This commit is contained in:
parent
e3bd648182
commit
e13337354d
8 changed files with 31 additions and 10 deletions
2
app/controllers/user_preference_controller.rb
Normal file
2
app/controllers/user_preference_controller.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
class UserPreferenceController < ApplicationController
|
||||
end
|
2
app/helpers/user_preference_helper.rb
Normal file
2
app/helpers/user_preference_helper.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
module UserPreferenceHelper
|
||||
end
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
class Notifier < ActionMailer::Base
|
||||
def signup_confirm(user, token)
|
||||
recipients user.email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue