Created
May 6, 2019 17:42
-
-
Save MittalPatel-BTC/5a6d86cf59d859ffce8d4bb1268efb68 to your computer and use it in GitHub Desktop.
Admin client controller defines under admin namespace
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 Admin::ClientsController < ApplicationController | |
def index | |
@clients = Client.all | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment