add devise and fix bootstrap generators

This commit is contained in:
2012-08-25 13:21:17 +02:00
parent 1259d5d937
commit b7c57d41ce
25 changed files with 481 additions and 7 deletions
+2
View File
@@ -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