Skip to content

Instantly share code, notes, and snippets.

@igkuz
Created September 14, 2013 12:14
Show Gist options
  • Select an option

  • Save igkuz/6561541 to your computer and use it in GitHub Desktop.

Select an option

Save igkuz/6561541 to your computer and use it in GitHub Desktop.
class Web::Client::ApplicationController < Web::ApplicationController
before_filter :authenticate_client!
helper_method :current_client, :signed_in?
layout "client/application"
def current_client
current_user.client
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment