Export/import elements added to the page

This commit is contained in:
Adam
2015-12-30 22:52:51 +01:00
parent 93a315bbe1
commit 1dcd8d404e
2 changed files with 21 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ class ItemsController < ApplicationController
end
def export_import
@tasks = [ ["Validate items", "validate_items"],
["Import items", "import_items"],
["Update prices", "update_prices"] ]
end
end