Skip to content

Instantly share code, notes, and snippets.

@benlovell
Created December 22, 2013 11:28
Show Gist options
  • Save benlovell/8081107 to your computer and use it in GitHub Desktop.
Save benlovell/8081107 to your computer and use it in GitHub Desktop.
Golf this down... 😭
[25] pry(#<API::V1::RecommendedListsController>)> self.class.to_s.split("::").last.gsub(/Controller/,"").underscore
=> "recommended_lists"
@benlovell
Copy link
Author

use controller_name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment