0
0
Fork 0

Adding Turbolinks, adding status posting form on homepage

This commit is contained in:
Eugen Rochko 2016-03-21 18:26:47 +01:00
parent c28971c70c
commit f14f462eaf
14 changed files with 104 additions and 2 deletions

View file

@ -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