Skip to content

Commit

Permalink
add User model
Browse files Browse the repository at this point in the history
  • Loading branch information
cobafan committed Oct 5, 2019
1 parent 116615d commit eb21c94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sample_mountable_engine (0.1.1)
sample_mountable_engine (0.1.2)
rails (~> 6.0.0)

GEM
Expand Down
5 changes: 5 additions & 0 deletions app/models/user.rb
@@ -0,0 +1,5 @@
class User < SampleMountableEngine::ApplicationRecord
def name
'User.name'
end
end
2 changes: 1 addition & 1 deletion lib/sample_mountable_engine/version.rb
@@ -1,3 +1,3 @@
module SampleMountableEngine
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit eb21c94

Please sign in to comment.