Sha256: a4c4dfa3adaea86be63a7bd1835d1c690ab8fdebca89f70348a71cbc090e645e
Contents?: true
Size: 260 Bytes
Versions: 17
Compression:
Stored size: 260 Bytes
Contents
module WatCatcher class WatsController < ActionController::Base skip_before_filter :verify_authenticity_token, only: :create include WatCatcher::CatcherOfWats def create Report.new(nil, request: request) head :ok end end end
Version data entries
17 entries across 17 versions & 1 rubygems