--
You received this message because you are subscribed to the Google
Groups "Refinery CMS" group.
To post to this group, send email to refine...@googlegroups.com
To unsubscribe from this group, send email to
refinery-cms...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/refinery-cms?hl=en
http://www.refinerycms.com
match 'test', :to => 'pages#test'
Then your controller is allowed to respond using pages controller's test action so next override pages controller
rake refinery:override controller=pages
Now, add this to it:
def test
@page = Page.find('test')
end
Cheers,
Phil
If you want more pages to look different you'll have to add routes for them and write custom functionality
See https://groups.google.com/d/topic/refinery-cms/jvsd69y7JZQ/discussion