Libraries
»
rack-insight
(0.6.4)
»
Index
»
Rack
»
Insight
»
Database
»
Table
»
#fields_sql
Method: Rack::Insight::Database::Table#fields_sql
Defined in:
lib/rack/insight/database.rb
#
fields_sql
⇒
Object
143 144 145
# File 'lib/rack/insight/database.rb', line 143
def
fields_sql
"
#{
@keys
.
join
(
"
,
"
)
}
"
end