module Georgia::Paths
Public Instance Methods
app_path()
click to toggle source
Should be in a helper
# File lib/georgia/paths.rb, line 5 def app_path File.expand_path('../../app', called_from) end
decorator_path(name)
click to toggle source
# File lib/georgia/paths.rb, line 9 def decorator_path name File.expand_path("decorators/georgia/#{name}_decorator.rb", app_path) end