Flowdock
method

run_install_hook

Importance_0
v1.1.6 - Show latest stable - 0 notes - Class: Plugin
run_install_hook() private

No documentation

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

Hide source
# File railties/lib/commands/plugin.rb, line 192
    def run_install_hook
      install_hook_file = "#{rails_env.root}/vendor/plugins/#{name}/install.rb"
      load install_hook_file if File.exists? install_hook_file
    end
Register or log in to add new notes.