Created
March 27, 2012 23:13
-
-
Save courtsimas/2221342 to your computer and use it in GitHub Desktop.
turn off cms subdomain redirect for browsercms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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