Sha256: 50a92c4dead4134801ebf49cd0761838695e4e62409d9fbb40fe30961d172a7e
Contents?: true
Size: 246 Bytes
Versions: 8
Compression:
Stored size: 246 Bytes
Contents
module ActionController class Base protected def render_json(*args, &block) options = args.extract_options! json = Jsonity::Builder.build args[0], &block options[:json] = json render options end end end
Version data entries
8 entries across 8 versions & 1 rubygems