Class: EacRailsUtils::Patches::Rails52::ActiveModelAssociationMethodFix

Inherits:
Object
  • Object
show all
Defined in:
lib/eac_rails_utils/patches/rails_5_2/active_model_association_method_fix.rb

Instance Method Summary collapse

Instance Method Details

#original_method_new_nameObject



14
15
16
# File 'lib/eac_rails_utils/patches/rails_5_2/active_model_association_method_fix.rb', line 14

def original_method_new_name
  "original_#{method_name}".to_sym
end