diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-21 18:26:47 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-21 18:26:47 +0100 |
commit | f14f462eaf8dcf272db54cd513bf7ffe7dc6a6e3 (patch) | |
tree | 2275619996f64b55369e4f35cd228eb52dc48601 /config | |
parent | c28971c70c3d5caf18a5e931ff345534f1e4cece (diff) |
Adding Turbolinks, adding status posting form on homepage
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index f40746f30..f595438b7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -21,7 +21,8 @@ Rails.application.routes.draw do end end - resource :settings, only: [:show, :update] + resource :settings, only: [:show, :update] + resources :statuses, only: [:create] namespace :api do # PubSubHubbub |