Module: Sevn::Constants

Defined in:
lib/sevn/constants.rb

Constant Summary collapse

EMPTY_ARRAY =
[]
EMPTY_HASH =
{}
DEFAULT_ALIASES =
{
  new: :create,
  edit: :update,
  index: :list,
  show: :view
}