Method: Rack::Insight::SQLPanel::QueryResult#result
- Defined in:
- lib/rack/insight/panels/sql_panel/query.rb
#result ⇒ Object
18 19 20 21 |
# File 'lib/rack/insight/panels/sql_panel/query.rb', line 18 def result @results ||= execute return @results end |