Skip to content

Commit

Permalink
Updated to include an example of the new content_path.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslade committed Oct 6, 2011
1 parent 2d67649 commit f562a37
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -71,6 +71,15 @@ You can route the root url to a high voltage page like this:

Which will render a homepage from app/views/pages/home.html.erb

Customize
--------

High Voltage uses a default path and folder of 'pages', i.e. 'url.com/pages/contact' , 'app/views/pages'

You can change this in an initializer.

HighVoltage.content_path = "site/"

Override
--------

Expand Down

0 comments on commit f562a37

Please sign in to comment.