rails_apps_pages 0.5.4 → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1dbc7ddf891986e0fcc5c62289dd8ab0cf611246
|
4
|
+
data.tar.gz: bfe79b9412e25c244128171403ca3466a44ce65c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 472a90a46c599ca28706774f77dd323800ca56477ed3d257ab743ca76272b90d0083efd04c21bcf291e35c3246716615254c1922f00f14b7648789f534956a87
|
7
|
+
data.tar.gz: d10b12556fba71620f699e84a9ecaf3da0f71ef0070829b9d2c7b54602d3d8108a72f8737f2c277df16e6a838adabaae2900f0c763628a04abbeb131467cfe6c
|
data/CHANGELOG.textile
CHANGED
@@ -10,7 +10,6 @@ module Pages
|
|
10
10
|
def create_page
|
11
11
|
### assumes we are using Devise for authentication
|
12
12
|
### assumes we are using Pundit for authorization
|
13
|
-
generate 'pages:users -f'
|
14
13
|
copy_file 'users/_user.html.erb', 'app/views/users/_user.html.erb'
|
15
14
|
copy_file 'users_controller.rb', 'app/controllers/users_controller.rb'
|
16
15
|
copy_file 'user_policy.rb', 'app/policies/user_policy.rb'
|