Sha256: 609cd4d416c65d30ced7065da1f1a15a076ef168abf985eb9084a99abd6b54a5
Contents?: true
Size: 343 Bytes
Versions: 11
Compression:
Stored size: 343 Bytes
Contents
require 'rails/generators/named_base' module Refinery module Generators class NamedBase < Rails::Generators::NamedBase protected def parse_attributes! #:nodoc: self.attributes = (attributes || []).map do |attr| Refinery::Generators::GeneratedAttribute.parse(attr) end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems