Module: Jpmobile::MethodLessActionSupport
- Defined in:
- lib/jpmobile/method_less_action_support.rb
Instance Method Summary collapse
Instance Method Details
#template_exists?(**kwargs) ⇒ Boolean
3 4 5 6 7 8 9 |
# File 'lib/jpmobile/method_less_action_support.rb', line 3 def template_exists?(*, **kwargs, &) super( *, **kwargs.reverse_merge(mobile: request.mobile&.variants || []), & ) end |