Module
Post::NamedExtension2
activerecord/test/models/post.rb
Methods
G
greeting
Instance Public methods
greeting
()
Link
Source:
show
|
on GitHub
# File activerecord/test/models/post.rb, line 15
def
greeting
"hello"
end