Skip to content

Instantly share code, notes, and snippets.

@bibhuticoder
Created May 1, 2019 03:34
Show Gist options
  • Select an option

  • Save bibhuticoder/b9141b27c7b483a330855b11bc747065 to your computer and use it in GitHub Desktop.

Select an option

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