class Rails::Plugin

def initialize(root)

def initialize(root)
  @name = File.basename(root).to_sym
  config.root = root
end