Skip to content

Commit

Permalink
Reflect the change made at PR hanami#8 to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim, Hirokuni committed Jul 9, 2014
1 parent 7acfa6e commit c2532f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module OneFile

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

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

def render
'Hello'
Expand Down Expand Up @@ -206,7 +206,7 @@ module Backend
configure do
# Specify a root here so that load paths, etc. are relative to your microservice.
root 'apps/backend'

load_paths << [
'controllers',
'views'
Expand Down

0 comments on commit c2532f2

Please sign in to comment.