module Koudoku class ApplicationController < ActionController::Base layout 'application' end end