window.App ||= {} class App.<%= class_name.gsub('::', '') %> extends App.Base

beforeAction: (action) =>
  return

afterAction: (action) =>
  return

index: =>
  return

show: =>
  return

new: =>
  return

edit: =>
  return