class FoundationRailsHelper::Configuration

Attributes

auto_labels[RW]
button_class[RW]
ignored_flash_keys[RW]

Public Class Methods

new() click to toggle source
# File lib/foundation_rails_helper/configuration.rb, line 24
def initialize
  @button_class = 'success button'
  @ignored_flash_keys = []
  @auto_labels = true
end