Created
July 10, 2015 00:29
-
-
Save rocodev-tech/09e2d5862b3c8d530571 to your computer and use it in GitHub Desktop.
app/controllers/products_controller.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ProductsController < ApplicationController | |
def index | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment