houston/houston-core

View on GitHub
templates/new-module/app/controllers/houston/%name%/application_controller.rb.tt

Summary

Maintainability
Test Coverage
module Houston::<%= camelized %>
  class ApplicationController < ::ApplicationController
    layout "houston/<%= name %>/application"
  end
end