Sha256: 5a87044787471616809bb779ea9800d2ac0b4df50405c48a4d77eae7cdffcf1f
Contents?: true
Size: 313 Bytes
Versions: 2
Compression:
Stored size: 313 Bytes
Contents
require 'rails/engine' class TagRingtail::Engine < Rails::Engine # set our engine name engine_name :tag_ringtail ActiveSupport.on_load :active_record do # this is run when Rails loads ActiveRecord, and is # within the context of ActiveRecord::Base. include TagRingtail::ActiveRecord end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tag_ringtail-0.1.0 | lib/tag_ringtail/engine.rb |
tag_ringtail-0.0.2 | lib/tag_ringtail/engine.rb |