Keyrelay list on domain, translations refactor

This commit is contained in:
Martin Lensment 2014-12-19 18:28:24 +02:00
parent c15b4d48b9
commit ee060fca1a
56 changed files with 439 additions and 356 deletions

View file

@ -0,0 +1,7 @@
class Admin::KeyrelaysController < AdminController
load_and_authorize_resource
def show
end
end