Module: Runo::Meta

Included in:
Group, Owner, Timestamp
Defined in:
lib/meta/_meta.rb

Overview

Author

Akira FUNAI

Copyright

Copyright © 2009 Akira FUNAI

Defined Under Namespace

Classes: Group, Id, Owner, Timestamp

Instance Method Summary collapse

Instance Method Details

#post(action, v = nil) ⇒ Object



8
9
10
11
12
# File 'lib/meta/_meta.rb', line 8

def post(action, v = nil)
  super
  my[:parent][klass_id] = val if my[:parent]
  self
end