#!/usr/bin/ruby

require 'view_tree'

if ARGV[0].nil?
  puts "Please input correct controller and action name"
else
  Cb.rel(ARGV[0])
end
