Sha256: 6de502a2e05a73314d86e8efa4c8a7fca13b2f1016bcddcd2e2de61d6f0fbba0
Contents?: true
Size: 351 Bytes
Versions: 20
Compression:
Stored size: 351 Bytes
Contents
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", "textbox.txt" end end end
Version data entries
20 entries across 20 versions & 1 rubygems