tramway-user 1.0.1.9 → 1.0.1.10

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: f4020fa08aefbaa1ef5c638b5bfd58a0c331474f9995bfe5863bcd48c1c415b0
4
- data.tar.gz: 5ebd3d012e0c54d7561de7cedec06c135d096f0be8fe1b82f13815f852592067
3
+ metadata.gz: 1fdd799ffc67a3a6c826c3cf42639e8074e2272b1d4f2acbce9816b296b492f2
4
+ data.tar.gz: 90e9fcba7da43f099a5574b4fc518e010d1d3a287a0fda955ba21fa9e679a9e9
5
5
  SHA512:
6
- metadata.gz: ad00432999d02df6248c21faf020fed8147ea2b048934b3f7690946f9d63b4490e509fb8eb26aab0267730999314c220ba00207878671da15fc6cdaf9bfbb00a
7
- data.tar.gz: 15446488304a026755b2fbfd6fd181f2f834361a55260dd65a467ccf6ecd3214ca650c91e739d7f6c39c23d21a33b9755485e37812d61c69ef858b53de6609fe
6
+ metadata.gz: e3fe66bee3ba3970dafef61ad6e158ab4dfa1d239a68c0b9526f1a2ba4ba27375ecb731a0acd2c81e1b3ba249c25b288c8eecf0c68b437178dea6308de5ad17d
7
+ data.tar.gz: 99fded1ea8dbfd9035bb6f8b5843724b1d2b83a247dbf06f0d4fbb000006769e9b79d2ffcd6d1cfdeefbb5526186da3d782efb582533a6fc4cccd7ea18445c91
@@ -1,3 +1,5 @@
1
+ require 'tramway/core/application_record'
2
+
1
3
  class Tramway::User::User < ::Tramway::Core::ApplicationRecord
2
4
  has_secure_password
3
5
 
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module User
3
- VERSION = '1.0.1.9'
3
+ VERSION = '1.0.1.10'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-user
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1.9
4
+ version: 1.0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
@@ -94,7 +94,6 @@ files:
94
94
  - app/helpers/tramway/user/web/application_helper.rb
95
95
  - app/jobs/tramway/user/application_job.rb
96
96
  - app/mailers/tramway/user/application_mailer.rb
97
- - app/models/tramway/user/application_record.rb
98
97
  - app/models/tramway/user/user.rb
99
98
  - app/views/layouts/tramway/user/application.html.erb
100
99
  - app/views/tramway/user/web/sessions/new.html.haml
@@ -1,7 +0,0 @@
1
- module Tramway
2
- module User
3
- class ApplicationRecord < ::Tramway::Core::ApplicationRecord
4
- self.abstract_class = true
5
- end
6
- end
7
- end