Sha256: e3f9a77c5964b222e74ac6c4e4cd9e074876170a416fe32eee8afdad31cffead

Contents?: true

Size: 138 Bytes

Versions: 56

Compression:

Stored size: 138 Bytes

Contents

module Alchemy
  module Ingredients
    class HtmlView < BaseView
      def call
        value.to_s.html_safe
      end
    end
  end
end

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.3.6 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.2.9 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.4.1 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.4.0 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.3.5 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.2.8 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.1.13 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.0.16 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.3.4 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.3.3 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.3.2 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.2.7 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.3.1 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.3.0 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.2.6 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.2.5 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.1.12 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.0.15 app/components/alchemy/ingredients/html_view.rb
alchemy_cms-7.2.4 app/components/alchemy/ingredients/html_view.rb