Sha256: 615880a7ff1cf6cfc9682bbf020d16dc582399caf19d9707df26276dedf44692
Contents?: true
Size: 320 Bytes
Versions: 48
Compression:
Stored size: 320 Bytes
Contents
require "her/middleware/parse_json" require "her/middleware/first_level_parse_json" require "her/middleware/second_level_parse_json" require "her/middleware/accept_json" module Her module Middleware DefaultParseJSON = FirstLevelParseJSON autoload :JsonApiParser, 'her/middleware/json_api_parser' end end
Version data entries
48 entries across 48 versions & 3 rubygems