Class: Runo::Workflow::Contact

Inherits:
Runo::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 => Runo::I18n.n_('item', 'items', 1),
}
DEFAULT_SUB_ITEMS =
{}
PERM =
{
  :create => 0b00011,
  :read   => 0b11000,
  :update => 0b00000,
  :delete => 0b11000,
}

Constants inherited from Runo::Workflow

ROLE_ADMIN, ROLE_GROUP, ROLE_NONE, ROLE_OWNER, ROLE_USER

Instance Attribute Summary

Attributes inherited from Runo::Workflow

#sd

Method Summary

Methods inherited from Runo::Workflow

#_get, #_hide?, #after_commit, #before_commit, #default_sub_items, #initialize, instance, #next_action, #permit?, roles

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 Runo::Workflow