Merge branch 'rails_3_1' of github.com:locomotivecms/engine into rails_3_1

This commit is contained in:
did 2012-01-02 05:54:18 -08:00
commit 81fc524fdc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module Locomotive
respond_to :txt
def show
template = Liquid::Template.parse(current_site.robots_txt)
template = ::Liquid::Template.parse(current_site.robots_txt)
render :text => template.render('request_host' => self.request.host.downcase)
end