Method: Pageflow::ThemingPolicy#initialize

Defined in:
app/policies/pageflow/theming_policy.rb

#initialize(user, theming) ⇒ ThemingPolicy

Returns a new instance of ThemingPolicy.



38
39
40
41
# File 'app/policies/pageflow/theming_policy.rb', line 38

def initialize(user, theming)
  @user = user
  @theming = theming
end