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
/
migrations
/
duplicate_names
/
20080507053028_chunky.rb
blob: 5fe5089e18fc8c970c0d3ebdbc929c72073b9b53 (
plain
) (
blame
)
1
2
3
4
5
6
7
class
Chunky
<
ActiveRecord
::
Migration
def
self
.
up
end
def
self
.
down
end
end