class ActiveWebhook::Generators::InstallGenerator
Public Instance Methods
copy_config()
click to toggle source
# File lib/generators/install_generator.rb, line 11 def copy_config template "active_webhook_config.rb", Rails.root.join('config','active_webhook.rb') end
run_other_generators()
click to toggle source
# File lib/generators/install_generator.rb, line 15 def run_other_generators invoke "active_webhook:migrations" end