diff --git a/lib/patchfile/engine.rb b/lib/patchfile/engine.rb index 1e9ba37..a9a916c 100644 --- a/lib/patchfile/engine.rb +++ b/lib/patchfile/engine.rb @@ -2,10 +2,10 @@ require "yaml" module Patchfile class Engine < ::Rails::Engine initializer "patchfile" do - OrbitApp.registration "patchfile", :type => "ModuleApp" do + OrbitApp.registration "Patchfile", :type => "ModuleApp" do module_label "patchfile.Patchfile" base_url File.expand_path File.dirname(__FILE__) - widget_methods ["widget","random_Patchfile_widget", "tag_cloud"] + widget_methods ["widget","random_patchfile_widget", "tag_cloud"] widget_settings [{"data_count"=>30}] taggable "patchfilefield" categorizable