Class: Bike::Workflow::Contact

Inherits:
Bike::Workflow show all
Defined in:
lib/_workflow/contact.rb

Overview

Author

Akira FUNAI

Copyright

Copyright © 2009 Akira FUNAI

Constant Summary collapse

DEFAULT_META =
{
  :p_size     => 10,
  :conds      => {:p => 'last'},
  :item_label => Bike::I18n.n_('item', 'items', 1),
}
DEFAULT_SUB_ITEMS =
{}
PERM =
{
  :create => 0b00011,
  :read   => 0b11000,
  :update => 0b00000,
  :delete => 0b11000,
}

Constants inherited from Bike::Workflow

ROLE_ADMIN, ROLE_GROUP, ROLE_NONE, ROLE_OWNER, ROLE_USER

Instance Attribute Summary

Attributes inherited from Bike::Workflow

#f

Method Summary

Methods inherited from Bike::Workflow

#call, #default_meta, #default_sub_items, #get, #initialize, instance, #permit?, #post, roles, #sd_module

Methods included from I18n

_, bindtextdomain, domain, domain=, find_msg, lang, lang=, merge_msg!, msg, n_, parse_msg, po_dir, po_dir=

Constructor Details

This class inherits a constructor from Bike::Workflow