module Announcement class Engine < ::Rails::Engine initializer "announcement" do OrbitApp.registration "Announcement", :type => "ModuleApp" do module_label "announcement.announcement" base_url File.expand_path File.dirname(__FILE__) end end end end