calling add user service
This commit is contained in:
parent
29a9b08573
commit
055744e7f7
4 changed files with 38 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
|
||||
module User
|
||||
|
||||
def self.install(context)
|
||||
puts "Creating #{context.type}: #{context.user_name}"
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue