Class: ContentMigrationsController
- Inherits:
-
Object
- Object
- ContentMigrationsController
- Defined in:
- lib/senkyoshi_canvas_plugin/senkyoshi_migration.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
22 23 24 25 26 27 |
# 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 |
#index_without_senkyoshi ⇒ Object
21 |
# File 'lib/senkyoshi_canvas_plugin/senkyoshi_migration.rb', line 21 alias index_without_senkyoshi index |