Class: Tangshi::Poetry

Inherits:
ActiveRecord::Base
  • Object
show all
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