Sha256: c96677d5605e9ce9bdaa593fa25981e66c5251387043885c32a8023275ef0697

Contents?: true

Size: 345 Bytes

Versions: 7

Compression:

Stored size: 345 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
    # skip_before_action :verify_accept_header
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pwb-1.4.0 app/controllers/pwb/api/v1/lite_properties_controller.rb
pwb-1.3.0 app/controllers/pwb/api/v1/lite_properties_controller.rb
pwb-1.2.0 app/controllers/pwb/api/v1/lite_properties_controller.rb
pwb-1.1.1 app/controllers/pwb/api/v1/lite_properties_controller.rb
pwb-1.0.0 app/controllers/pwb/api/v1/lite_properties_controller.rb
pwb-0.1.1 app/controllers/pwb/api/v1/lite_properties_controller.rb
pwb-0.1.0 app/controllers/pwb/api/v1/lite_properties_controller.rb