Skip to content
Ryan S. Northrup edited this page Jul 24, 2015 · 1 revision
require 'bales'
module WikiWelcome
  class Application < Bales::Application
    action do
      puts "Welcome to the Ruby on Bales wiki!"
    end
    parse_and_run
  end
end
Clone this wiki locally