parent
ccc38b670a
commit
490b4a675a
|
@ -7,6 +7,9 @@ class Admin::ArchiveFilesController < OrbitAdminController
|
||||||
redirect_to '/' + I18n.locale.to_s + module_pages[0] + '?title=' + params['title'].to_s
|
redirect_to '/' + I18n.locale.to_s + module_pages[0] + '?title=' + params['title'].to_s
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
def save_categories_order
|
||||||
|
puts params.inspect
|
||||||
|
end
|
||||||
def index
|
def index
|
||||||
|
|
||||||
if ArchiveSortOrder.count == 0
|
if ArchiveSortOrder.count == 0
|
||||||
|
|
Loading…
Reference in New Issue