Skip to content

Instantly share code, notes, and snippets.

@MittalPatel-BTC
Created May 6, 2019 17:42
Show Gist options
  • Save MittalPatel-BTC/5a6d86cf59d859ffce8d4bb1268efb68 to your computer and use it in GitHub Desktop.
Save MittalPatel-BTC/5a6d86cf59d859ffce8d4bb1268efb68 to your computer and use it in GitHub Desktop.
Admin client controller defines under admin namespace
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