Created
November 20, 2017 10:38
-
-
Save bernardobarreto/68b964f54d52537322a4f1b44d3859ad to your computer and use it in GitHub Desktop.
controller using concern example
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 DashboardController < ApplicationController | |
include IncrementableVisits | |
def index | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment