Sha256: 813e453e17883532b6a868ac9eff1bfe388ac3d02efc4f14d78c1025edf0632c
Contents?: true
Size: 242 Bytes
Versions: 19
Compression:
Stored size: 242 Bytes
Contents
class Pulitzer::PostsController::Export def initialize(post) @post = post end def call json_hash = @post.as_json( Pulitzer::Post.export_config ) Pulitzer::Post.convert_hash_to_nested(json_hash).to_json end end
Version data entries
19 entries across 19 versions & 1 rubygems