method

custom_parent?

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::Generators::ModelGenerator
custom_parent?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/rails/generators/active_record/model/model_generator.rb, line 85
        def custom_parent?
          parent != self.class.class_options[:parent].default
        end
Register or log in to add new notes.