Skip to content

Instantly share code, notes, and snippets.

@beck03076
Created June 4, 2014 21:50
Show Gist options
  • Select an option

  • Save beck03076/042547f8ac5017594dd8 to your computer and use it in GitHub Desktop.

Select an option

Save beck03076/042547f8ac5017594dd8 to your computer and use it in GitHub Desktop.
%w(enquiries registrations institutions).each do |action|
define_method("#{action}_views") do |argument|
Impression.where(user_id: argument.id,impressionable_type: action.singularize.camelize).size
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment