class ContentMigrationsController

Public Instance Methods

index() click to toggle source
# File lib/senkyoshi_canvas_plugin/senkyoshi_migration.rb, line 22
def index
  index_without_senkyoshi
  if !performed?
    render file: "#{ENGINE_ROOT}/app/views/content_migrations/index.erb"
  end
end
Also aliased as: index_without_senkyoshi
index_without_senkyoshi()
Alias for: index