DG IZ having an email key makes devise work, ring to deploy
This commit is contained in:
parent
a6f5603dc9
commit
8e6dfe7166
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ class User
|
|||
before_validation :do_bad_things
|
||||
|
||||
######## Posting ########
|
||||
delegate :email, :email=, :to => :person
|
||||
key :email, String
|
||||
|
||||
def method_missing(method, *args)
|
||||
self.person.send(method, *args)
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
= csrf_meta_tag
|
||||
= yield(:head)
|
||||
|
||||
= javascript_include_tag 'satisfaction' , 'satisfaction-display'
|
||||
/= javascript_include_tag 'satisfaction' , 'satisfaction-display'
|
||||
|
||||
= javascript_include_tag 'jquery.html5_upload'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue