Sha256: 675345e9eb123913b7e2a842eb64db021d8d64747c4ce6a3009e23e5a20f5899
Contents?: true
Size: 488 Bytes
Versions: 7
Compression:
Stored size: 488 Bytes
Contents
# frozen_string_literal: true module AmaLayout class Moneris include ActiveModel::Model def decorate AmaLayout::MonerisDecorator.new(self) end attr_accessor :textbox_style_file def textbox_style_file @textbox_style_file ||= File.join( Gem.loaded_specs['ama_layout'].full_gem_path, 'lib', 'ama_layout', 'moneris', Rails.configuration.stylesheet_resolver.version, 'textbox.txt' ) end end end
Version data entries
7 entries across 7 versions & 1 rubygems