Sha256: 717814ed23d2efb77903bdecbe72ae9b39cef43999907345f98155d8447acbdf
Contents?: true
Size: 365 Bytes
Versions: 44
Compression:
Stored size: 365 Bytes
Contents
module Jsonapi class ControllerGenerator < Rails::Generators::NamedBase source_root File.expand_path('../templates', __FILE__) def create_resource template_file = File.join( 'app/controllers', class_path, "#{file_name.pluralize}_controller.rb" ) template 'jsonapi_controller.rb', template_file end end end
Version data entries
44 entries across 44 versions & 1 rubygems