another rails check

Ruby code posted
created at 28 Sep 23:17

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
  root :to => 'main#show'

  resource :main
  resources :posts do
    get :relevant, :on => :collection
    get :index_by_tags, :on => :collection
    get :search, :on => :collection

    post :delete_tag, :on => :member
    get :related, :on => :member
  end
269 Bytes in 2 ms with coderay