2010-04-11 23:59:18 +00:00
|
|
|
class PagesController < ActionController::Base
|
|
|
|
|
|
|
|
include Locomotive::Routing::SiteDispatcher
|
|
|
|
|
|
|
|
before_filter :require_site
|
|
|
|
|
2010-05-11 21:38:52 +00:00
|
|
|
def show
|
|
|
|
logger.debug "fullpath = #{request.fullpath}"
|
|
|
|
# @page = current_site.pages.find
|
|
|
|
end
|
2010-04-11 23:59:18 +00:00
|
|
|
|
|
|
|
end
|