Sha256: 783ce3744a62fdb863f7277c7f2fba2f1604794ec369210aee713b7041d44845

Contents?: true

Size: 214 Bytes

Versions: 3

Compression:

Stored size: 214 Bytes

Contents

Rails.application.routes.draw do
  resources :rails_customerbeats, :only => [:index, :show, :destroy] do
    collection do
      get :all
      delete :destroy_all
    end

    get :chart, :on => :member
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_customerbeats-0.0.5 config/routes.rb
rails_customerbeats-0.0.4 config/routes.rb
rails_customerbeats-0.3 config/routes.rb