actionframework/actionframework

View on GitHub
resources/project_template/controllers/default_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class DefaultController < ActionFramework::Controller

    def index
        erb "index" 
    end
end