to test namespacing in a module

Methods
L
P
S
T
Attributes
[RW] post
[RW] post_log
Instance Public methods
label()
# File activerecord/test/models/author.rb, line 153
def label
  "#{id}-#{name}"
end
post_attributes=(attributes)
# File actionpack/test/lib/controller/fake_models.rb, line 173
def post_attributes=(attributes); end
set_post_log()
# File activerecord/test/models/author.rb, line 149
def set_post_log
  @post_log = []
end
social()
# File activerecord/test/models/author.rb, line 157
def social
  %w(twitter github)
end
testing_proxy_owner()
# File activerecord/test/models/author.rb, line 12
def testing_proxy_owner
  proxy_owner
end
testing_proxy_reflection()
# File activerecord/test/models/author.rb, line 15
def testing_proxy_reflection
  proxy_reflection
end
testing_proxy_target()
# File activerecord/test/models/author.rb, line 18
def testing_proxy_target
  proxy_target
end