Sha256: b739e33cd1442d514c79f66b8318c35605e49244670ca22b4a4fef00749ef4b4

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

module Auther
  module FoundationHelper
    def render_foundation_error enabled, classes: []
      classes << "error" if enabled
      classes.compact * ' '
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
auther-1.0.0 app/helpers/auther/foundation_helper.rb