Sha256: 5fa9ae45517aa17cb16fcf58dc6d73893d4b82a857dd14ca0512347dab41f788

Contents?: true

Size: 165 Bytes

Versions: 8

Compression:

Stored size: 165 Bytes

Contents

class ApplicationHandler < Bot::Handler
  use Responders::Default

  # def user_for(message)
  #   User.find_or_initialize_by(username: message["from"])
  # end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bot-0.0.31 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.30 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.29 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.28 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.27 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.26 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.23 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.22 lib/generators/bot/install/templates/application_handler.rb