This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
binaryattraction/app/controllers/favorites.rb

10 lines
149 B
Ruby

class Favorites < Application
# ...and remember, everything returned from an action
# goes to the client...
def index
render
end
end