Guest User

Untitled

a guest
Apr 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def self.find_all_last_minute
  2. find :all, :conditions => ["period_type_id = ?", 2], :order => :name
  3. end
Add Comment
Please, Sign In to add comment