aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/rails/generators/active_record.rb')
-rw-r--r--activerecord/lib/rails/generators/active_record.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/activerecord/lib/rails/generators/active_record.rb b/activerecord/lib/rails/generators/active_record.rb
index 425512cc43..dc29213235 100644
--- a/activerecord/lib/rails/generators/active_record.rb
+++ b/activerecord/lib/rails/generators/active_record.rb
@@ -12,14 +12,6 @@ module ActiveRecord
def self.base_root
File.dirname(__FILE__)
end
-
- private
- def primary_key_type
- key_type = Rails::Generators.options[:active_record][:primary_key_type]
- ", id: :#{key_type}" if key_type
- end
-
-
end
end
end