Sha256: b6bbea393f4f920eec4c4b4bc0605ed11d4ebe3f36ad20a9ae8374688c0011c3
Contents?: true
Size: 564 Bytes
Versions: 6
Compression:
Stored size: 564 Bytes
Contents
module Blogelator class Engine < ::Rails::Engine # Load Rails Generators generators do require File.join(File.expand_path("../..", __FILE__), "generators", "blogelator", "install_generator.rb") end # Add interface for Active Admin (Pro) # @see http://activeadmin.info # @see http://github.com/codelation/activeadmin_pro if defined?(ActiveAdmin) initializer :blogelator do ActiveAdmin.application.load_paths.unshift File.join(File.expand_path("../..", __FILE__), "blogelator", "admin") end end end end
Version data entries
6 entries across 6 versions & 1 rubygems