Class: HasFriends::CLI

Inherits:
Thor
  • Object
show all
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

#installObject



12
13
14
# File 'lib/has_friends/cli.rb', line 12

def install
  HasFriends::Generators::Install.start
end