Skip to content

Commit

Permalink
[ci skip] Updated README with new usage of one file architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jul 2, 2014
1 parent 75e1da3 commit 9dfb06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -86,7 +86,7 @@ module OneFile

module Controllers
module Home
include Lotus::Controller
include OneFile::Controller

action 'Index' do
def call(params)
Expand All @@ -98,7 +98,7 @@ module OneFile
module Views
module Home
class Index
include Lotus::View
include OneFile::View

def render
'Hello'
Expand Down

0 comments on commit 9dfb06e

Please sign in to comment.