Class: Cheat::Controllers::Browse
- Inherits:
-
R
- Object
- R
- Cheat::Controllers::Browse
- Defined in:
- lib/cheat/site.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
155 156 157 158 |
# File 'lib/cheat/site.rb', line 155 def get @sheets = Sheet.sort_by(&:title) render :browse end |