Skip to content

Commit 776cc81

Browse files
denissellumjankowski
authored andcommitted
Remove deprecated before_filter from readme
1 parent aee1344 commit 776cc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Then modify new `PagesController` to include the High Voltage static page concer
214214
class PagesController < ApplicationController
215215
include HighVoltage::StaticPage
216216

217-
before_filter :authenticate
217+
before_action :authenticate
218218
layout :layout_for_page
219219

220220
private

0 commit comments

Comments
 (0)