module Disclaimer
Constants
- ACCEPTED
- VERSION
Public Class Methods
enable_crud!()
click to toggle source
# File lib/disclaimer.rb, line 11 def self.enable_crud! @enable_crud = true end
enable_crud?()
click to toggle source
# File lib/disclaimer.rb, line 7 def self.enable_crud? @enable_crud end
host_app_root_path()
click to toggle source
# File lib/disclaimer.rb, line 15 def self.host_app_root_path @host_app_root_path end
host_app_root_path=(path)
click to toggle source
# File lib/disclaimer.rb, line 19 def self.host_app_root_path=(path) @host_app_root_path = path end