# File lib/rails/generators/active_record/session_migration/session_migration_generator.rb, line 14 def session_table_name current_table_name = ActiveRecord::SessionStore::Session.table_name if ["sessions", "session"].include?(current_table_name) current_table_name = (ActiveRecord::Base.pluralize_table_names ? 'session'.pluralize : 'session') end current_table_name end
Generated with the Darkfish Rdoc Generator 2.