Flowdock
method

run_uninstall_hook

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: Plugin
run_uninstall_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 227
    def run_uninstall_hook
      uninstall_hook_file = "#{rails_env.root}/vendor/plugins/#{name}/uninstall.rb"
      load uninstall_hook_file if File.exist? uninstall_hook_file
    end
Register or log in to add new notes.