Sha256: 62de671ae5e40ce87ee0a96d27b31fe42270bcb1ce3277cf2d0b184e7d968c4a
Contents?: true
Size: 522 Bytes
Versions: 3
Compression:
Stored size: 522 Bytes
Contents
require 'generators/rails/jbuilder_generator' module Rails module Generators class JbuilderGenerator < NamedBase # :nodoc: class_option :with_api, type: :boolean, desc: "Generates also API controller in 'app/contorllers/api'" class_option :api_version, type: :string, desc: "Adds specified path as version to 'app/contorllers/api'" source_paths.unshift File.expand_path('../templates', __FILE__) hook_for :test_framework end end end
Version data entries
3 entries across 3 versions & 1 rubygems