Sha256: de21fb6deb16d3e8d95789fbe4289ae97fdef95b8760f35faefe837b5f0c246d
Contents?: true
Size: 179 Bytes
Versions: 65
Compression:
Stored size: 179 Bytes
Contents
class FixByPopularity < ActiveRecord::Migration def self.up ProductScope.update_all("name='descend_by_popularity'", "name='by_popularity'") end def self.down end end
Version data entries
65 entries across 53 versions & 10 rubygems