Skip to content

Commit

Permalink
stop using the deprecated Page#[] api.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed May 30, 2011
1 parent b5ec6f8 commit 5126e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/inquiries/new.html.erb
@@ -1,6 +1,6 @@
<% content_for :body_content_left do %>
<div class='inquiries'>
<%=raw @page[Page.default_parts.first.to_sym] %>
<%=raw @page.content_for(Page.default_parts.first.to_sym) %>
<%= form_for @inquiry do |f| %>
<%= render :partial => "/shared/admin/error_messages",
Expand Down

0 comments on commit 5126e2e

Please sign in to comment.