move readme to wiki
This commit is contained in:
@ -56,7 +56,7 @@ module ActionDispatch::Routing
|
||||
get ":id" , to: "merged/view#page" , id: :id , as: :view_page
|
||||
|
||||
engine_path = options[:path] || "/merged"
|
||||
if ! Rails.env.production? or !options[:production].truthy?
|
||||
if ! Rails.env.production? or options[:production].present?
|
||||
mount Merged::Engine => engine_path
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user