Add cmtool to Qwaiter
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Page
|
||||
include Cmtool::Includes::Page
|
||||
def self.layouts
|
||||
%w[theme1 theme1-home]
|
||||
end
|
||||
end
|
||||
@@ -4,6 +4,7 @@ class User
|
||||
|
||||
property :name
|
||||
property :active_list_id
|
||||
property :admin, type: :boolean, default: false
|
||||
|
||||
devise :database_authenticatable, :recoverable, :rememberable, :trackable, :token_authenticatable # , :registerable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user