Skip to content

Commit

Permalink
Shift callbacks next to other settings
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Oct 2, 2022
1 parent bfa7f3c commit 78dd1e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/hanami/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ class Action
Pathname(File.expand_path(dir || Dir.pwd)).realpath
}
setting :public_directory, default: Config::DEFAULT_PUBLIC_DIRECTORY

# Converted these from class_attributes
setting :before_callbacks, default: Utils::Callbacks::Chain.new, cloneable: true
setting :after_callbacks, default: Utils::Callbacks::Chain.new, cloneable: true

Expand Down

0 comments on commit 78dd1e4

Please sign in to comment.