Sha256: a093352f14d7d64d678ab46f13b904a18ab8c960e2401e0ecacbb125daa12f76
Contents?: true
Size: 468 Bytes
Versions: 4
Compression:
Stored size: 468 Bytes
Contents
require 'tramway/core/engine' require 'tramway/collection' require 'tramway/collections/helper' require 'font-awesome-rails' require 'reform' module Tramway module Core class << self def initialize_application(**options) @application ||= Tramway::Core::Application.new options.each do |attr, value| @application.send "#{attr}=", value end end def application @application end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tramway-core-1.9 | lib/tramway/core.rb |
tramway-core-1.8.4 | lib/tramway/core.rb |
tramway-core-1.8.3 | lib/tramway/core.rb |
tramway-core-1.8.2 | lib/tramway/core.rb |