class Admin::ResourceController

def plural_model_symbol

def plural_model_symbol
  model_name.pluralize.underscore.intern
end