index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
models
/
column_name.rb
blob: ec07205a3abb9061a030f97c11c5267d31dedb3b (
plain
) (
blame
)
1
2
3
class
ColumnName
<
ActiveRecord
::
Base
def
self
.
table_name
()
"colnametests"
end
end