somewhat better action_text integration, still wip
This commit is contained in:
@ -4,7 +4,8 @@ class Member < ApplicationRecord
|
||||
devise :database_authenticatable, :registerable,:confirmable,
|
||||
:recoverable, :rememberable, :validatable
|
||||
|
||||
|
||||
has_rich_text :bio
|
||||
|
||||
def admin?
|
||||
true
|
||||
end
|
||||
|
Reference in New Issue
Block a user