8 lines
134 B
Ruby
8 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
class CreateAttendees < ActiveRecord::Migration[5.1]
|
|
def change
|
|
create_view :attendees
|
|
end
|
|
end
|