Class: Cheat::Controllers::Browse

Inherits:
R
  • Object
show all
Defined in:
lib/cheat/site.rb

Instance Method Summary collapse

Instance Method Details

#getObject



155
156
157
158
# File 'lib/cheat/site.rb', line 155

def get
  @sheets = Sheet.sort_by(&:title)
  render :browse
end