Method: ApplicationHelper#meta_label

Defined in:
app/helpers/application_helper.rb

#meta_labelObject



127
128
129
# File 'app/helpers/application_helper.rb', line 127

def meta_label
  meta_errors? ? 'Less' : 'More'
end