Flowdock
method

plugin_path?

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: Rails::Initializer
plugin_path?(path) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/initializer.rb, line 279
      def plugin_path?(path)
        File.directory?(path) and (File.directory?(File.join(path, 'lib')) or File.file?(File.join(path, 'init.rb')))
      end
Register or log in to add new notes.