Skip to content

Commit

Permalink
Simplification.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolftimmermans committed Feb 17, 2017
1 parent 3147c51 commit d5c7c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/flipflop/features_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class FeaturesController < ApplicationController

def index
@feature_set = FeaturesPresenter.new(FeatureSet.current)
render(:prefixes=>["flipflop/features", "application"], :template=>"index", :layout=>nil)
render(layout: false)
end

class FeaturesPresenter
Expand Down

0 comments on commit d5c7c3d

Please sign in to comment.