tramway-user 2.1.1 → 2.1.1.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89ee85c0e82aa23acc0d9cd7489e1e020cee17de41b1265067b55ce5928ee4d0
|
4
|
+
data.tar.gz: a06bd67135f261c74fb0204735eca4b2dfb1d8fce8478c83c61f43e4e8b3c617
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0135baa0941a9f219ca28442330bea94216345b85a04f89ff8bd61c95d56ce6474cb4c87d8cdd853eba449645037a6dcb1a870e734d52a3e3bc530e5614cca7d
|
7
|
+
data.tar.gz: 1b98f8a741edaf60043d0037d148a7d91ccabda861f247fd618cf4c5ca8031aa8bc8483b43e28a153a2f64d2e956d51a6a40878c86e3ed25585d242e1058942a
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
class Tramway::User::UserForm < ::Tramway::Core::ApplicationForm
|
3
|
+
class Admin::Tramway::User::UserForm < ::Tramway::Core::ApplicationForm
|
4
4
|
self.model_class = Tramway::User::User
|
5
5
|
|
6
6
|
properties :email, :password, :first_name, :last_name, :role
|
data/lib/tramway/user/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-user
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.1
|
4
|
+
version: 2.1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Kalashnikov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bcrypt
|
@@ -65,7 +65,7 @@ files:
|
|
65
65
|
- app/assets/javascripts/tramway/user/web/application.js
|
66
66
|
- app/assets/stylesheets/tramway/user/application.sass
|
67
67
|
- app/decorators/tramway/user/user_decorator.rb
|
68
|
-
- app/forms/tramway/user/user_form.rb
|
68
|
+
- app/forms/admin/tramway/user/user_form.rb
|
69
69
|
- app/jobs/tramway/user/application_job.rb
|
70
70
|
- app/mailers/tramway/user/application_mailer.rb
|
71
71
|
- app/models/tramway/user/user.rb
|