public
Description: The invisible framework
Homepage: http://macournoyer.com/
Clone URL: git://github.com/macournoyer/invisible.git
Search Repo:
macournoyer (author)
Sat Feb 09 10:39:46 -0800 2008
commit  b038e8526a54cd0cbc66aa8968429c76479a17b2
tree    873948aa414b7667226ff605530bb099e9c5efa7
invisible / app / controllers.rb
100644 8 lines (8 sloc) 0.149 kb
1
2
3
4
5
6
7
8
module Invisible
  class HomeController < Controller
    def index
      @title = 'Hi there!'
      @msg = 'You like my framework?'
    end
  end
end