Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/pipeline/core_ext/symbol_attribute.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#quoted_id ⇒ Object
38 39 40 |
# File 'lib/pipeline/core_ext/symbol_attribute.rb', line 38 def quoted_id "'#{ActiveRecord::Base.connection.quote_string(self.to_s)}'" end |