Sha256: 72e96ba7f8454345637b7813b449129d11e44172f9898520c302c1f1cd167476
Contents?: true
Size: 162 Bytes
Versions: 54
Compression:
Stored size: 162 Bytes
Contents
class Tt::Api::V1::ApplicationController < ActionController::Base before_action :return_json private def return_json request.format = :json end end
Version data entries
54 entries across 54 versions & 1 rubygems