Class: Tangshi::Poetry
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Tangshi::Poetry
- Defined in:
- lib/tangshi.rb
Class Method Summary collapse
Class Method Details
.search_sentence(string) ⇒ Object
16 17 18 |
# File 'lib/tangshi.rb', line 16 def self.search_sentence(string) where("content like '%#{string}%'") end |