class Migrations
Public Class Methods
version()
click to toggle source
# File lib/sequent/generator/template_project/db/migrations.rb, line 6 def self.version VIEW_SCHEMA_VERSION end
versions()
click to toggle source
# File lib/sequent/generator/template_project/db/migrations.rb, line 10 def self.versions { '1' => [ PostProjector ] } end