Sha256: f6ecb213b3f2b98adf5f99cc109e024646c81e04b84a0ca4c30543aee6a3f21e

Contents?: true

Size: 147 Bytes

Versions: 5

Compression:

Stored size: 147 Bytes

Contents

module WebsiteBuilderEngine
  class HomeController < ApplicationController
    layout 'website_builder_engine/home'
    def index
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
website_builder_engine-0.0.5 app/controllers/website_builder_engine/home_controller.rb
website_builder_engine-0.0.4 app/controllers/website_builder_engine/home_controller.rb
website_builder_engine-0.0.3 app/controllers/website_builder_engine/home_controller.rb
website_builder_engine-0.0.2 app/controllers/website_builder_engine/home_controller.rb
website_builder_engine-0.0.1 app/controllers/website_builder_engine/home_controller.rb