There's no documentation for this item.
# File commands/plugin.rb, line 215 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
<code/>
<pre/>
<code/>and<pre/>for code samples.