Sha256: 43542a4d1f0893fb0566c8da98eb6bb0c1ef0ebbdaa02afd6ecd8366d9da90e5

Contents?: true

Size: 633 Bytes

Versions: 24

Compression:

Stored size: 633 Bytes

Contents

Rails.application.routes.draw do
  get "best_boy_admin" => "best_boy/best_boy_events#index", :as => :best_boy_admin
  get "best_boy_admin/stats" => "best_boy/best_boy_events#stats", :as => :best_boy_admin_stats
  get "best_boy_admin/lists" => "best_boy/best_boy_events#lists", :as => :best_boy_admin_lists
  get "best_boy_admin/charts" => "best_boy/best_boy_events#charts", :as => :best_boy_admin_charts
  get "best_boy_admin/details" => "best_boy/best_boy_events#details", :as => :best_boy_admin_details
  get "best_boy_admin/monthly_details" => "best_boy/best_boy_events#monthly_details", :as => :best_boy_admin_monthly_details
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
best_boy-2.2.3 config/routes.rb
best_boy-2.2.2 config/routes.rb
best_boy-2.2.1 config/routes.rb
best_boy-2.2.0 config/routes.rb
best_boy-2.1.4 config/routes.rb
best_boy-2.1.3 config/routes.rb
best_boy-2.1.2 config/routes.rb
best_boy-2.1.1 config/routes.rb
best_boy-2.1.0 config/routes.rb
best_boy-2.0.3 config/routes.rb
best_boy-2.0.2 config/routes.rb
best_boy-2.0.0 config/routes.rb
best_boy-1.3.0 config/routes.rb
best_boy-1.2.0 config/routes.rb
best_boy-1.1.1 config/routes.rb
best_boy-1.1.0 config/routes.rb
best_boy-1.0.3 config/routes.rb
best_boy-1.0.2 config/routes.rb
best_boy-1.0.1 config/routes.rb
best_boy-1.0.0 config/routes.rb