delete unuse code
This commit is contained in:
parent
4babe611a2
commit
c359404860
|
@ -3,12 +3,10 @@ module Patchfile
|
||||||
class Engine < ::Rails::Engine
|
class Engine < ::Rails::Engine
|
||||||
initializer "patchfile" do
|
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__)
|
base_url File.expand_path File.dirname(__FILE__)
|
||||||
taggable "patchfilefield"
|
taggable "patchfilefield"
|
||||||
categorizable
|
categorizable
|
||||||
authorizable
|
authorizable
|
||||||
data_count 1..30
|
|
||||||
side_bar do
|
side_bar do
|
||||||
head_label_i18n 'patchfile.patchfile', icon_class: "icons-megaphone"
|
head_label_i18n 'patchfile.patchfile', icon_class: "icons-megaphone"
|
||||||
available_for "users"
|
available_for "users"
|
||||||
|
|
Loading…
Reference in New Issue