Skip to content

Commit

Permalink
Merge branch 'master' of github.com:resolve/refinerycms
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 3, 2010
2 parents 132a961 + c6507f8 commit 0e290a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vendor/plugins/inquiries/rails/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@
{:class => Inquiry, :title => "name", :url_prefix => "", :created_image => "user_comment.png", :updated_image => "user_edit.png"},
{:class => InquirySetting, :url_prefix => "edit", :title => 'name', :url_prefix => 'edit', :created_image => "user_comment.png", :updated_image => "user_edit.png"}
]
end

# Set the actionmailer root so that it'll work for delivering emails from this plugin.
ActionMailer::Base.template_root = Refinery.root.join("vendor", "plugins", "inquiries", "app", "views").to_s
end

0 comments on commit 0e290a1

Please sign in to comment.