Sha256: 310e2d21d7cfefe0f912f65013e01898a2ad59e08ab4a4051f8fbb03a2ec85ad
Contents?: true
Size: 301 Bytes
Versions: 3
Compression:
Stored size: 301 Bytes
Contents
require 'slim' require 'the_notification/version' require 'the_notification/config' module TheNotification class Engine < Rails::Engine; end end _root_ = File.expand_path('../../', __FILE__) %w[ localized_errors ].each do |concern| require "#{ _root_ }/app/models/concerns/#{ concern }.rb" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
the_notification-0.5.1 | lib/the_notification.rb |
the_notification-0.5.0 | lib/the_notification.rb |
the_notification-0.0.1 | lib/the_notification.rb |