This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Remove feed destroy route
#15
master
Adrian Short
11 years ago
parent
696ebc158a
commit
368a9c269d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/routes.rb
+ 1
- 1
config/routes.rb
View File
@@ -14,7 +14,7 @@ Apollo::Application.routes.draw do
get "posts/near"
resources :feeds do
resources :feeds
, :except => :destroy
do
member do
get 'fetch'
end
Write
Preview
Loading…
Cancel
Save