Actions def index "Hello World!" end def edit id item = Model[id] end Controllers class App < E map '/' # actions goes here end App.run class Cms < E map 'pages' # actions goes here end Cms.run Slices class App class Blog < E # no map defined, will serve /blog # actions goes here end class Forum < E map 'forums' # actions goes here end end App.run Setup class App < E # setups applied to all action
{{#tags}}- {{label}}
{{/tags}}