module Blacksand::Routing
Public Instance Methods
blacksand(path = :p)
click to toggle source
# File lib/blacksand/routing.rb, line 3 def blacksand(path = :p) scope module: 'blacksand_front' do resources :pages, only: :show, path: path end end