langalex / social_feed

a ruby on rails plugin to create and display a social feed

This URL has Read+Write access

social_feed / routes.rb
100644 2 lines (2 sloc) 0.154 kb
1
2
resources :feed_events, :collection => {:toggle_subscription => :post, :toggle_email_subscription => :post, :toggle_enabled => :post,
  :settings => :get}