Module: Zoolander::Helpers

Includes:
ActiveSupport::Concern
Defined in:
lib/zoolander/helpers.rb

Constant Summary collapse

QUOTES =
YAML.load File.open( File.expand_path(File.dirname(__FILE__) + "/../quotes.yml") )

Instance Method Summary collapse

Instance Method Details

#zoolander_quoteObject



7
8
9
# File 'lib/zoolander/helpers.rb', line 7

def zoolander_quote
  QUOTES[rand(0..QUOTES.size)]
end