Sha256: 0edc017d58f967014a658c5779c0756c93c0ecf19b52963d8abf9d5eb0b65843
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
module Pwb class Api::V1::LitePropertiesController < JSONAPI::ResourceController # skip_before_action :verify_content_type_header # Skipping action below allows me to browse to endpoint # without having set mime type skip_before_action :ensure_valid_accept_media_type end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pwb-0.0.2 | app/controllers/pwb/api/v1/lite_properties_controller.rb |
pwb-0.0.1 | app/controllers/pwb/api/v1/lite_properties_controller.rb |