Method: Buttons::Application#start
- Defined in:
- lib/buttons/application.rb
#start ⇒ Object
17 18 19 20 21 22 23 |
# File 'lib/buttons/application.rb', line 17 def start unless app_root.nil? Dir[app_root('app', '**', '*.rb')].each do |ruby_file| require ruby_file end end end |