Skip to content

Instantly share code, notes, and snippets.

@gudata
Created April 24, 2010 11:48
Show Gist options
  • Save gudata/377601 to your computer and use it in GitHub Desktop.
Save gudata/377601 to your computer and use it in GitHub Desktop.
def model_name
if @options.key? :resource
@options[:resource].to_s.tableize.singularize
else
params[:controller].sub("Controller", "").underscore.split('/').last.singularize
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment