We have used Devise + OmniAuth as authentication mechanism to authenticate user with facebook, twitter and openid in our existing Rails 3.2 application. We are trying to integrate Refinery CMS into the application.
Requirement: The home page of application has Signup/Signin buttons with some static content. On Signing in, user is able to access restricted area. We want to add a link to access Refinery CMS on a restricted page. It should not ask for any credential again.
We followed following links to integrate Refinery CMS:
<%= link_to t('.log_out', site_bar_translate_locale_args),
main_app.destroy_refinery_user_session_path, :id => 'logout', :method => :delete %>
Getting same error "NoMethodError in Refinery/admin/dashboard#index"
On Friday, September 28, 2012 4:21:13 PM UTC+5:30, parndt wrote:What if you prefix that one with refinery.