Sha256: 66a3c8772cb3dfb9b8ed9ebc0e42caf74942b7fb0d18922b95677e5f86236a56

Contents?: true

Size: 256 Bytes

Versions: 7

Compression:

Stored size: 256 Bytes

Contents

Rails.application.routes.draw do
  resources :event_groups, :as => "whoops_event_groups" do 
    resources :events
  end
  
  resources :events, :as => "whoops_events"
  resources :notification_subscriptions, :as => "whoops_notification_subscriptions"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whoops-0.5.5 config/routes.rb
whoops-0.5.4 config/routes.rb
whoops-0.5.3 config/routes.rb
whoops-0.5.2 config/routes.rb
whoops-0.5.1 config/routes.rb
whoops-0.5.0 config/routes.rb
whoops-0.4.0 config/routes.rb