class Object
Public Instance Methods
init_relation()
click to toggle source
# File lib/generators/ows/query/create/templates/sample_query.rb, line 4 def init_relation @relation = {{MODEL_NAME}}.all end
# File lib/generators/ows/query/create/templates/sample_query.rb, line 4 def init_relation @relation = {{MODEL_NAME}}.all end