component_plugin.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1. module Sidebars
  2.   class Sidebars::ComponentPlugin < Sidebars::Plugin
  3.     self.template_root = File.join RAILS_ROOT, "components"
  4.     class << self
  5.       @abstract = true
  6.     end
  7.   end
  8. end