mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
b3fdf9c596
These files get modified whenever someone uses a tool like `sed`. Let's just get this over with in one commit so it'd not adding diff noise to something else.
5 lines
65 B
Ruby
5 lines
65 B
Ruby
module Admin
|
|
def self.table_name_prefix
|
|
'admin_'
|
|
end
|
|
end
|