Class: Google::Serverless::Exec::Railtie
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- Google::Serverless::Exec::Railtie
- 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