Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
skeleton
master
MyApp
Commands
Controllers
ExampleController
Domain
Entities
Exceptions
Listeners
Generated using Crystal 1.12.2
2024-08-01 02:46:30 UTC
class
MyApp::
Controllers::
ExampleController
MyApp::Controllers::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
]