Sha256: d480fb3310d0da37aaaa6c90c13dc8744607e215390a4ee05628539bffd23296
Contents?: true
Size: 219 Bytes
Versions: 7
Compression:
Stored size: 219 Bytes
Contents
module ActionController class Base Draper.setup_action_controller(self) end end class ApplicationController < ActionController::Base def hello_world "Hello, World!" end helper_method :hello_world end
Version data entries
7 entries across 7 versions & 1 rubygems