index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
migrations
/
duplicate
/
3_foo.rb
blob: 916fe580fa5b50bb4034f378a146c1d4772ed902 (
plain
) (
tree
)
d5859d0b17
1
2
3
4
5
6
7
class
Foo
<
ActiveRecord
::
Migration
def
self
.
up
end
def
self
.
down
end
end