Sha256: 60bfa8746089d4a0c62bef63a56618586d3471b3233d8e1cdfdb398ac8bbb325

Contents?: true

Size: 178 Bytes

Versions: 5

Compression:

Stored size: 178 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bot-0.0.20 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.19 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.18 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.17 lib/generators/bot/install/templates/application_handler.rb
bot-0.0.16 lib/generators/bot/install/templates/application_handler.rb