File: migration.rb

package info (click to toggle)
ruby-generator-spec 0.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: ruby: 538; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (3)
1
2
3
4
5
if defined?(ActiveRecord)
  class TestMigration < ActiveRecord::Migration
  
  end
end