fix devise
This commit is contained in:
@ -20,7 +20,7 @@ class Member < ApplicationRecord
|
||||
has_many :pictures
|
||||
|
||||
def skip_conf!
|
||||
self.confirm! if Rails.env.development?
|
||||
self.confirm if Rails.env.development?
|
||||
end
|
||||
|
||||
validates :bio, length: { maximum: 1000 }
|
||||
|
Reference in New Issue
Block a user