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