Module: Neutral::Helpers::CurrentVoter

Extended by:
ActiveSupport::Concern
Defined in:
lib/neutral/helpers/current_voter.rb

Instance Method Summary collapse

Instance Method Details

#current_voterObject



6
7
8
# File 'lib/neutral/helpers/current_voter.rb', line 6

def current_voter
  send Neutral.config.current_voter_method
end