mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Apply single quote convention in Ruby code
This commit is contained in:
@@ -2,7 +2,7 @@ Rails.application.routes.draw do
|
||||
root to: 'static_pages#home'
|
||||
|
||||
namespace :admin do
|
||||
root to: "boards#index"
|
||||
root to: 'boards#index'
|
||||
|
||||
resources :boards
|
||||
resources :post_statuses
|
||||
|
||||
Reference in New Issue
Block a user