lib/proxes/helpers/component.rb in proxes-0.4.4 vs lib/proxes/helpers/component.rb in proxes-0.5.0
- old
+ new
@@ -38,12 +38,9 @@
def base_path
settings.base_path || "/_proxes/#{dasherize(view_location)}"
end
def view_location
- p settings.model_class
- p 'asd'
- p settings.view_location
settings.view_location || underscore(pluralize(demodulize(settings.model_class)))
end
end
end
end