bootstrap and simpleform

This commit is contained in:
Min Zeya Phyo
2017-04-04 02:00:34 +06:30
parent c10db71cbc
commit efd0398baa
15 changed files with 527 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
Rails.application.routes.draw do
namespace :api, :defaults => { :format => 'json' } do
#Session Login and Logout
@@ -13,5 +14,7 @@ Rails.application.routes.draw do
end
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end