module OkcomputerHtmlView

Constants

VERSION

Public Class Methods

gem_dir() click to toggle source
# File lib/okcomputer_html_view.rb, line 10
def self.gem_dir
  Gem::Specification.find_by_name("okcomputer_html_view").gem_dir
end
load_path() click to toggle source
# File lib/okcomputer_html_view.rb, line 6
def self.load_path
  "#{gem_dir}/app/controllers/ok_computer/ok_computer_controller.rb"
end