add devise and fix bootstrap generators
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
class Supplier
|
||||
include SimplyStored::Couch
|
||||
include Devise::Orm::SimplyStored
|
||||
devise :database_authenticatable, :recoverable, :rememberable, :trackable
|
||||
|
||||
property :name
|
||||
#has_many :orders, through: :lists
|
||||
|
||||
Reference in New Issue
Block a user