Skip to content

Instantly share code, notes, and snippets.

@acidtib
Created October 24, 2012 21:37
Show Gist options
  • Save acidtib/3949074 to your computer and use it in GitHub Desktop.
Save acidtib/3949074 to your computer and use it in GitHub Desktop.
before_filter :find_current_site
helper_method :current_site
attr_reader :current_site
private
def find_current_site
@current_site = Client.find_by_comurl(request.host)
end
<%= current_site.clabel_id %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment