app/controllers/interpreter/translations_controller.rb in interpreter-0.0.2 vs app/controllers/interpreter/translations_controller.rb in interpreter-0.0.3

- old
+ new

@@ -1,5 +1,6 @@ class Interpreter::TranslationsController < ApplicationController + layout "translations" def index @translations = Interpreter::Translation.all end