Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
アプリケーションをサブディレクトリで正常に動作させるための設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
YOSHIDA Hiroki committed Nov 10, 2012
1 parent 772b212 commit 53b56ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@
# Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL)
# config.active_record.auto_explain_threshold_in_seconds = 0.5

# added by yoshida 2012-11-11
config.action_controller.relative_url_root = "/postclip"
end

0 comments on commit 53b56ba

Please sign in to comment.