module ActionPresenter

Public Class Methods

root() click to toggle source
# File lib/action_presenter.rb, line 7
def self.root
  Pathname.new(File.expand_path('../..', __FILE__))
end