Flowdock
v2.3.8 - Show latest stable - 0 notes - Superclass: Rails::Plugin::Locator

The Rails::Plugin::FileSystemLocator will try to locate plugins by examining the directories in the paths given in configuration.plugin_paths. Any plugins that can be found are returned in a list.

The criteria for a valid plugin in this case is found in Rails::Plugin#valid?, although other subclasses of Rails::Plugin::Locator can of course use different conditions.

Show files where this class is defined (1 file)
Register or log in to add new notes.