Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
skeleton
master
ExampleController
MyApp
Commands
Controllers
Domain
Entities
Exceptions
Listeners
Built with Crystal 1.10.0
2023-12-22 03:44:06 UTC
class
ExampleController
ExampleController
Athena::Framework::Controller
Reference
Object
Defined in:
controllers/example_controller.cr
Instance Method Summary
#add
(a : Int32, b : Int32) : Int32
#index
: String
Instance Method Detail
def
add
(a : Int32, b : Int32) : Int32
#
[
View source
]
def
index
: String
#
[
View source
]