Sha256: c17052bcff62c9c210794b07d10c0a4925676706f67ff05ba66cda09ef22e77b

Contents?: true

Size: 204 Bytes

Versions: 9

Compression:

Stored size: 204 Bytes

Contents

# frozen-string-literal: true
require_relative 'helpers'

module Faml
  # Don't use these methods!

  module RailsHelpers
    def preserve(input)
      Helpers.preserve(input).html_safe
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
faml-0.7.3 lib/faml/rails_helpers.rb
faml-0.7.2 lib/faml/rails_helpers.rb
faml-0.7.1 lib/faml/rails_helpers.rb
faml-0.7.0 lib/faml/rails_helpers.rb
faml-0.6.5 lib/faml/rails_helpers.rb
faml-0.6.4 lib/faml/rails_helpers.rb
faml-0.6.3 lib/faml/rails_helpers.rb
faml-0.6.2 lib/faml/rails_helpers.rb
faml-0.6.1 lib/faml/rails_helpers.rb