thoughtbot/griddler

View on GitHub
lib/griddler/route_extensions.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Griddler
  module RouteExtensions
    def mount_griddler(path='/email_processor')
      post path => 'griddler/emails#create', as: :email_processor
    end
  end
end