class <%= migration_class_name %> < ActiveRecord::Migration<%= migration_version %>

def change
  enable_extension "cube"
end

end