window.App ||= {} class App.Example extends App.Base

constructor: ->
  super
  return this

index: ->
  return

show: ->
  return

new: ->
  return

edit: ->
  return