Class: HasFriends::CLI
- Inherits:
-
Thor
- Object
- Thor
- HasFriends::CLI
- Includes:
- Thor::Actions
- Defined in:
- lib/has_friends/cli.rb
Instance Method Summary collapse
Instance Method Details
#counter(tableName = 'Users') ⇒ Object
17 18 19 |
# File 'lib/has_friends/cli.rb', line 17 def counter(tableName = 'Users') HasFriends::Generators::FriendsCounter.start([tableName]) end |
#install ⇒ Object
12 13 14 |
# File 'lib/has_friends/cli.rb', line 12 def install HasFriends::Generators::Install.start end |