This website requires JavaScript.
Explore
Help
Sign In
FreakU
/
Retrospring
Watch
1
Star
0
Fork
You've already forked Retrospring
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6999695ff8
Retrospring
/
db
/
20150724154106_create_theme...
7 lines
118 B
Ruby
Raw
Normal View
History
Unescape
Escape
append used Rails version to ActiveRecord::Migration
2020-04-19 09:10:31 -07:00
class
CreateThemesTable
<
ActiveRecord
::
Migration
[
4
.
2
]
Temp. layout for testing
2015-07-24 10:12:14 -07:00
def
change
create_table
:themes
do
|
t
|
end
end
end