typus 0.9.23 → 0.9.24
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/controllers/typus_controller.rb +1 -1
- data/typus.gemspec +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.
|
1
|
+
0.9.24
|
@@ -124,7 +124,7 @@ private
|
|
124
124
|
|
125
125
|
def verify_typus_users_table_schema
|
126
126
|
|
127
|
-
unless Typus.user_class.model_fields.keys.include?(:
|
127
|
+
unless Typus.user_class.model_fields.keys.include?(:role)
|
128
128
|
raise "Run `script/generate typus_update_schema_to_01 -f && rake db:migrate` to update database schema."
|
129
129
|
end
|
130
130
|
|
data/typus.gemspec
CHANGED