Skip to content

Instantly share code, notes, and snippets.

@courtsimas
Created March 27, 2012 23:13
Show Gist options
  • Save courtsimas/2221342 to your computer and use it in GitHub Desktop.
Save courtsimas/2221342 to your computer and use it in GitHub Desktop.
turn off cms subdomain redirect for browsercms
#config/initializers/browsercms.rb
#...
Cms::DomainSupport.class_eval do
def cms_site?
true && current_user.able_to?(:administrate, :edit_content, :publish_content)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment