Skip to content

Instantly share code, notes, and snippets.

@bibhuticoder
Created May 1, 2019 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bibhuticoder/b9141b27c7b483a330855b11bc747065 to your computer and use it in GitHub Desktop.
Save bibhuticoder/b9141b27c7b483a330855b11bc747065 to your computer and use it in GitHub Desktop.
class ExampleController < ApplicationController
def action_1
end
def action_2
end
def action_3
end
def action_4
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment