Class: Google::Serverless::Exec::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/google/serverless/exec/railtie.rb

Overview

A Railtie that automatically adds the serverless:exec rake task.

This Railtie is loaded automatically if this gem is included in a Rails app. You may opt out by including the following line in your Rails configuration:

config.google_serverless.define_exec_task = false