module Telegram::Rails::RoutesHelper

Public Instance Methods

telegram(route, options) click to toggle source
# File lib/telegram/rails/routes_helper.rb, line 5
def telegram route, options
  ActiveSupport::Notifications.instrument "telegram.register_route", route: route, options: options
end