Module: Telegram::Rails::RoutesHelper

Defined in:
lib/telegram/rails/routes_helper.rb

Instance Method Summary collapse

Instance Method Details

#telegram(route, options) ⇒ Object



5
6
7
# File 'lib/telegram/rails/routes_helper.rb', line 5

def telegram route, options
  ActiveSupport::Notifications.instrument "telegram.register_route", route: route, options: options
end