Module: HerokuConfigVars::ApplicationHelper

Defined in:
app/helpers/heroku_config_vars/application_helper.rb

Instance Method Summary collapse

Instance Method Details



3
4
5
6
# File 'app/helpers/heroku_config_vars/application_helper.rb', line 3

def menu_link(text, url, html_options={})
  text =  :span, text, :class => 'menu-option'
  link_to_unless_current text, url, html_options
end